home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / server_notice < prev    next >
Encoding:
Text File  |  2001-03-21  |  462 b   |  17 lines

  1. Synopsis:
  2.    on [<modes>]server_notice [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever a server sends the client a NOTICE. This
  6.    is generally any message that does not have its own unique name or
  7.    numeric code, and usually begins with "***"..
  8.  
  9. Parameters:
  10.    $0    server sending the message
  11.    $1    first word of the actual message (usually "***")
  12.    $2-   remainder of message
  13.  
  14. See Also:
  15.    notice(1)
  16.  
  17.